home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / iSale 1.1.1 demo.dmg / iSale.app / Contents / Resources / AboutPanel.nib / classes.nib next >
Text File  |  2005-01-25  |  494b  |  18 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             CLASS = AboutPanelController; 
  5.             LANGUAGE = ObjC; 
  6.             OUTLETS = {
  7.                 licenseCode = id; 
  8.                 licenseHolder = id; 
  9.                 panelInNib = NSPanel; 
  10.                 textScrollView = NSScrollView; 
  11.                 textView = NSTextView; 
  12.             }; 
  13.             SUPERCLASS = NSObject; 
  14.         }, 
  15.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  16.     ); 
  17.     IBVersion = 1; 
  18. }